home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / w95demo / w95demo.exe / A95DEMO.DXR / 00017.ls < prev    next >
Encoding:
Text File  |  1995-08-22  |  413 b   |  18 lines

  1. on exitFrame
  2.   global gCurrDialogButton, gAutoMode, gIntroTimeOut, gAudioPath
  3.   sound stop 1
  4.   set gCurrDialogButton to 10
  5.   puppetSprite(9, 1)
  6.   puppetSprite(10, 1)
  7.   if gAutoMode = 1 then
  8.     set the timeoutLength to 20 * 60
  9.     set the timeoutScript to "doIntroAnimation"
  10.   else
  11.     if gResellerVersion = 1 then
  12.       resetResellerTimeout()
  13.     end if
  14.   end if
  15.   puppetSound(cast "SND005")
  16.   updateStage()
  17. end
  18.